home *** CD-ROM | disk | FTP | other *** search
- { File: AlarRC.pas }
- { Created: Mon Sep 09 00:25:27 1991 }
- { Description: Unit AlarRC }
- { Definitions of identifiers used in Alarm.rc }
-
- {{ STARTBLOCK File Version Information (REGENERATE) }
- { Regenerated: Mon Sep 09 00:25:27 1991 }
- { Skeleton by: Winpro/3, a product from Louis J. Cutrona, Jr. }
- { tpw.skl version 0.05 }
- {{ ENDBLOCK }
-
- unit AlarRC ;
-
- interface
-
- { The following define the symbolic id's used in the Alarm resource }
- { definition file. They are listed in alphabetical order. Values are }
- { assigned in the order in which the symbols were encountered in the }
- { resource definition file. Symbols used to define strings in the string }
- { table are assigned values starting from 256. Symbols used elsewhere }
- { are assigned values starting from 1256. If a symbol is used both as }
- { a string id and as something else, it is given an id in the string }
- { table series in order to keep all of the string table entries }
- { together in the resource file. If the symbol had previously been }
- { assigned a value in the general series, that value is not re-used. }
-
- const
- {{ STARTBLOCK Defines for .RC file (REGENERATE) }
-
- ALARM_ICON = 1263 ;
- ALARM_MENU = 1256 ;
- dlg_AboutAlarm = 1271 ;
- dlg_SetAlarmTime = 1264 ;
- EM_MESSAGE = 1270 ;
- ET_DAY = 1266 ;
- ET_HOUR = 1268 ;
- ET_MINUTE = 1269 ;
- ET_MONTH = 1265 ;
- ET_YEAR = 1267 ;
- IDFIXEDTEXT = -1 ;
- IDM001 = 1282 ;
- IDM002 = 1288 ;
- IDM004 = 1284 ;
- IDM005 = 1285 ;
- IDM007 = 1286 ;
- IDM009 = 1287 ;
- idmALARMOFF = 1274 ;
- idmALARMON = 1273 ;
- idmHIDE = 1276 ;
- IDS_MAINWINDOWCAPTION = 256 ;
- NewMenu = 1280 ;
- STDCLOSE = 1275 ;
- Temp = 1283 ;
- xyz = 1281 ;
-
- {{ ENDBLOCK }
-
- implementation
-
- end.
-
- { E N D O F F I L E AlarRC.pas }
-